home *** CD-ROM | disk | FTP | other *** search
- * *********************************************************
- * *
- * * 06/20/94 INTRO.SPR 18:29:48
- * *
- * *********************************************************
- * *
- * * Author's Name
- * *
- * * Copyright (c) 1994 Company Name
- * * Address
- * * City, Zip
- * *
- * * Description:
- * * This program was automatically generated by GENSCRN.
- * *
- * *********************************************************
-
-
- #REGION 0
- REGIONAL m.currarea, m.talkstat, m.compstat
-
- IF SET("TALK") = "ON"
- SET TALK OFF
- m.talkstat = "ON"
- ELSE
- m.talkstat = "OFF"
- ENDIF
- m.compstat = SET("COMPATIBLE")
- SET COMPATIBLE FOXPLUS
-
- m.rborder = SET("READBORDER")
- SET READBORDER ON
-
- m.currarea = SELECT()
-
-
- * *********************************************************
- * *
- * * Windows Window definitions
- * *
- * *********************************************************
- *
-
- IF NOT WEXIST("intro") ;
- OR UPPER(WTITLE("INTRO")) == "INTRO.PJX" ;
- OR UPPER(WTITLE("INTRO")) == "INTRO.SCX" ;
- OR UPPER(WTITLE("INTRO")) == "INTRO.MNX" ;
- OR UPPER(WTITLE("INTRO")) == "INTRO.PRG" ;
- OR UPPER(WTITLE("INTRO")) == "INTRO.FRX" ;
- OR UPPER(WTITLE("INTRO")) == "INTRO.QPR"
- DEFINE WINDOW intro ;
- AT 0.000, 0.000 ;
- SIZE 27.462,109.000 ;
- TITLE "Disclaimer" ;
- FONT "MS Sans Serif", 8 ;
- FLOAT ;
- CLOSE ;
- NOMINIMIZE ;
- DOUBLE ;
- COLOR RGB(,,,255,255,255)
- MOVE WINDOW intro CENTER
- ENDIF
-
-
- * *********************************************************
- * *
- * * INTRO/Windows Screen Layout
- * *
- * *********************************************************
- *
-
- #REGION 1
- IF WVISIBLE("intro")
- ACTIVATE WINDOW intro SAME
- ELSE
- ACTIVATE WINDOW intro NOSHOW
- ENDIF
- @ 17.308,3.600 SAY "By accepting, retaining and/or using the RE/MAX Referral Roster, you commit yourself to the restrictions" + CHR(13) + ;
- "and terms set forth above. Should you be unwilling or unable to honor such restrictions or terms, or should" + CHR(13) + ;
- "" ;
- SIZE 2.000,100.000, 0.000 ;
- FONT "MS Sans Serif", 8 ;
- STYLE "T"
- @ 19.385,3.600 SAY "your affiliation with RE/MAX terminate for any reason, this CD-ROM disc must be returned to RE/MAX" + CHR(13) + ;
- "International immediatly. RE/MAX International will take all steps open to it, including litigation if necessary," + CHR(13) + ;
- "to prevent any improper or unauthorized" ;
- SIZE 3.000,101.000, 0.000 ;
- FONT "MS Sans Serif", 8 ;
- STYLE "T"
- @ 21.385,41.600 SAY "or distribution of this roster or the information contained herein." ;
- FONT "MS Sans Serif", 8 ;
- STYLE "T"
- @ 1.000,48.200 SAY "CONFIDENTIAL" ;
- FONT "MS Sans Serif", 8 ;
- STYLE "T"
- @ 2.769,3.600 SAY "For use by affiliates of RE/MAX Internation only. This CD-ROM disc has been developed at great expense" + CHR(13) + ;
- " and is the property of RE/MAX International. Its distribution to affiliates of RE/MAX International is to be " + CHR(13) + ;
- "considered a lease" ;
- SIZE 3.000,100.400, 0.000 ;
- FONT "MS Sans Serif", 8 ;
- STYLE "T"
- @ 4.769,22.000 SAY "of assets and a limited license to use trade secrets and copyrighted material." ;
- FONT "MS Sans Serif", 8 ;
- STYLE "T"
- @ 8.538,3.600 SAY "The information set forth in this roster is provided by RE/MAX International solely and exclusively for the use" + CHR(13) + ;
- "of affiliates of RE/MAX in connection with their real estate business nad real estate referral activities. Such" ;
- SIZE 2.000,101.000, 0.000 ;
- FONT "MS Sans Serif", 8 ;
- STYLE "T"
- @ 12.538,3.600 SAY "copy of the roster, and any electronic copies, remain hte property of RE/MAX International and may not be" + CHR(13) + ;
- "sold, copied, or otherwise transferred without the prior consent of RE/MAX International." ;
- SIZE 2.000,100.000, 0.000 ;
- FONT "MS Sans Serif", 8 ;
- STYLE "T"
- @ 10.615,4.000 SAY 'information like the term "RE/MAX" and other marks and logos owned by RE/MAX International, may not' + CHR(13) + ;
- 'by used for any other purpose, commercial or charitable, or in connection with any other activity. This' + CHR(13) + ;
- '' ;
- SIZE 2.000,98.800, 0.000 ;
- FONT "MS Sans Serif", 8 ;
- STYLE "T"
- @ 6.538,43.000 SAY "LIMITED EXCLUSIVE USE" ;
- FONT "MS Sans Serif", 8 ;
- STYLE "T"
- @ 15.769,45.200 SAY "BINDING CONTRACT" ;
- FONT "MS Sans Serif", 8 ;
- STYLE "T"
- @ 24.308,34.800 SAY "PRESS ENTER TO CONTINUE" ;
- FONT "MS Sans Serif", 8 ;
- STYLE "T"
- @ 23.769,67.000 GET M.DISCLM ;
- PICTURE "@*HN OK" ;
- SIZE 1.923,8.667,0.667 ;
- DEFAULT 1 ;
- FONT "MS Sans Serif", 8 ;
- STYLE "B" ;
- VALID _qr113n8p4()
-
- IF NOT WVISIBLE("intro")
- ACTIVATE WINDOW intro
- ENDIF
-
- READ CYCLE
-
- RELEASE WINDOW intro
- SELECT (m.currarea)
-
-
- #REGION 0
-
- SET READBORDER &rborder
-
- IF m.talkstat = "ON"
- SET TALK ON
- ENDIF
- IF m.compstat = "ON"
- SET COMPATIBLE ON
- ENDIF
-
-
- * *********************************************************
- * *
- * * _QR113N8P4 M.DISCLM VALID
- * *
- * * Function Origin:
- * *
- * * From Platform: Windows
- * * From Screen: INTRO, Record Number: 14
- * * Variable: M.DISCLM
- * * Called By: VALID Clause
- * * Object Type: Push Button
- * * Snippet Number: 1
- * *
- * *********************************************************
- *
- FUNCTION _qr113n8p4 && M.DISCLM VALID
- #REGION 1
- CLEAR READ